* {
    margin: 0;
    padding: 0;
}
.portalsite_swiper {
    margin:0 auto;
    max-width: 100%;
}

.portalsite_swiper .newswiper {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.portalsite_swiper .newswiper .swiper-slide {
    text-align: center;
    width: 100%;
}
.portalsite_swiper .newswiper .swiper-slide a {
    display: block;
    position: relative;
}
.portalsite_swiper .newswiper .swiperImg {
    width:100%;
}
.portalsite_swiper .newswiper .swiperText {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    right: 0;
    padding:10px 10px 0 10px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: none;
}
.portalsite_swiper .newswiper .showBackground {
    background: rgba(0,0,0,0.8);
    display: block;
}
.portalsite_swiper .newswiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.9;
}
.portalsite_swiper .newswiper .swiper-pagination-bullets {
    bottom: 7px;
}
.portalsite_swiper .newswiper .swiper-pagination-bullet-active {
    width: 17px;
    border-radius: 3px;
    background: #ec0000;
}

.portalsite_swiper .portalsite_list {
    max-width: 1000px;
    margin:0 auto;
}
.portalsite_swiper .content_list_main {
    border:solid 1px #F1F1F1;
    padding:6px 30px 30px;
    margin-top: 10px;
}
.portalsite_swiper .portalsite_list .content_list_name {
    height: 42px;
    background: url('../img/modbg.png') no-repeat left center;
    color: #fff;
    font-size: 16px;
    padding-left: 56px;
    padding-top: 12px;
}
.portalsite_swiper .content_list_main li {
    padding-top:6px;
    border-bottom: dashed 1px #24A872;
}
.portalsite_swiper .content_list_main li a {
    display: block;
    padding-right: 120px;
    position: relative;
    font-size: 16px;
    line-height: 40px;
}
.portalsite_swiper .content_list_main li .title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.portalsite_swiper .content_list_main li .date {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}